home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 24
/
MacFormat n. 24 (Spain)
/
MacFormat 24.bin
/
Demos
/
Jungle Activated!
/
JungleActivated Demo
/
jung DEMO d
/
00181_Mixer- Go Help.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-14
|
561 b
|
25 lines
on mouseUp
if the mouseV > 15 then
if the mouseV < 42 then
if the mouseH > 564 then
if the mouseH < 604 then
set WhereFrom to the frameLabel
puppetSprite(2, 0)
puppetSprite(24, 0)
puppetSprite(47, 0)
puppetSprite(48, 0)
if WhereFrom = "BB1" then
go("Help 1")
else
if WhereFrom = "BB2" then
go("Help 2")
else
go("Help")
end if
end if
end if
end if
end if
end if
end